-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/update peer events #75
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Mar 29, 2017
Closed
dignifiedquire
approved these changes
Mar 29, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonderful
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
* deps: bump @libp2p/interface-peer-id from 1.1.2 to 2.0.0 (libp2p#73) Bumps [@libp2p/interface-peer-id](https://github.com/libp2p/js-libp2p-interfaces) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/libp2p/js-libp2p-interfaces/releases) - [Commits](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-peer-id-v1.1.2...@libp2p/interface-peer-id-v2.0.0) --- updated-dependencies: - dependency-name: "@libp2p/interface-peer-id" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * deps: bump @libp2p/peer-id from 1.1.18 to 2.0.0 (libp2p#74) Bumps [@libp2p/peer-id](https://github.com/libp2p/js-libp2p-peer-id) from 1.1.18 to 2.0.0. - [Release notes](https://github.com/libp2p/js-libp2p-peer-id/releases) - [Commits](https://github.com/libp2p/js-libp2p-peer-id/compare/@libp2p/peer-id-v1.1.18...@libp2p/peer-id-v2.0.0) --- updated-dependencies: - dependency-name: "@libp2p/peer-id" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * deps(dev): bump @libp2p/interface-mocks from 8.0.5 to 9.0.0 (libp2p#75) Bumps [@libp2p/interface-mocks](https://github.com/libp2p/js-libp2p-interfaces) from 8.0.5 to 9.0.0. - [Release notes](https://github.com/libp2p/js-libp2p-interfaces/releases) - [Commits](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v8.0.5...@libp2p/interface-mocks-v9.0.0) --- updated-dependencies: - dependency-name: "@libp2p/interface-mocks" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * deps(dev): bump @libp2p/peer-id-factory from 1.0.20 to 2.0.0 (libp2p#76) Bumps [@libp2p/peer-id-factory](https://github.com/libp2p/js-libp2p-peer-id) from 1.0.20 to 2.0.0. - [Release notes](https://github.com/libp2p/js-libp2p-peer-id/releases) - [Commits](https://github.com/libp2p/js-libp2p-peer-id/compare/@libp2p/peer-id-factory-v1.0.20...@libp2p/peer-id-factory-v2.0.0) --- updated-dependencies: - dependency-name: "@libp2p/peer-id-factory" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David D <[email protected]> * deps: bump @chainsafe/libp2p-noise from 10.2.0 to 11.0.0 (libp2p#77) Bumps [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) from 10.2.0 to 11.0.0. - [Release notes](https://github.com/ChainSafe/js-libp2p-noise/releases) - [Changelog](https://github.com/ChainSafe/js-libp2p-noise/blob/master/CHANGELOG.md) - [Commits](ChainSafe/js-libp2p-noise@v10.2.0...v11.0.0) --- updated-dependencies: - dependency-name: "@chainsafe/libp2p-noise" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
Instead of having separate books for addresses, protocols etc, just have simple save/merge/patch methods for updating peer data. This means we can update peer data in one call instead of needing to make multiple async calls.
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
## [8.0.0](libp2p/js-libp2p-peer-store@v7.0.2...v8.0.0) (2023-04-24) ### ⚠ BREAKING CHANGES * make peerstore atomic (libp2p#75) ### Features * make peerstore atomic ([libp2p#75](libp2p/js-libp2p-peer-store#75)) ([4e89d3b](libp2p/js-libp2p-peer-store@4e89d3b))
achingbrain
pushed a commit
that referenced
this pull request
Jun 27, 2023
The inherited PubSubProtocol class already contains a time-cache for latest seen messages. Use the existing cache instead of creating a duplicate.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.